git-context
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 1 Jun 2024 21:16:35 +0000 (23:16 +0200)
committerAurelien Jarno <aurel32@debian.org>
Sat, 1 Jun 2024 21:16:35 +0000 (23:16 +0200)
commit2b427d8a39658a0d83218ea0bd777689aa64dadd
tree90ae11d94ee40e466f28e1d98f0e3f2d2cd8bc76
parent73323436e702fe30035fb6e17cad9f60c9dca92c
git-context

commit 88b771ab5e1169e746dbf4a990d90cffc5fa54ea
Author: Flavio Cruz <flaviocruz@gmail.com>
Date:   Sat Feb 17 15:25:35 2024 -0500

    Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64

    Tested with the tests provided by glibc plus some other toy examples.
    Message-ID: <20240217202535.1860803-1-flaviocruz@gmail.com>

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-context.diff
sysdeps/mach/hurd/x86_64/Makefile
sysdeps/mach/hurd/x86_64/__start_context.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/getcontext.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/makecontext.c [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/setcontext.S [new file with mode: 0644]
sysdeps/mach/hurd/x86_64/swapcontext.S [new file with mode: 0644]